A note request structure combines a tone description structure and a note request information structure to provide all the information available for allocating a note channel. It is defined by the NoteRequest data type.
struct NoteRequest {
NoteRequestInfo info;
ToneDescription tone;
};
typedef struct NoteRequest NoteRequest;